projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
488ca4a
)
gtkwindow: Remove a bogus comment
author
Jasper St. Pierre
<jstpierre@mecheye.net>
Thu, 17 Jul 2014 15:03:27 +0000
(11:03 -0400)
committer
Jasper St. Pierre
<jstpierre@mecheye.net>
Thu, 17 Jul 2014 17:10:50 +0000
(13:10 -0400)
gtk_window_configure_event certainly doesn't fill the new allocation
in. We're filling it in right here!
gtk/gtkwindow.c
patch
|
blob
|
history
diff --git
a/gtk/gtkwindow.c
b/gtk/gtkwindow.c
index c3ae869b4eb5661eb79fac0261f3993f82031c9f..8f36abc7a2b31a297594243713b0bd72799fc11d 100644
(file)
--- a/
gtk/gtkwindow.c
+++ b/
gtk/gtkwindow.c
@@
-8940,7
+8940,6
@@
gtk_window_move_resize (GtkWindow *window)
*/
priv->configure_notify_received = FALSE;
- /* gtk_window_configure_event() filled in widget->allocation */
gtk_widget_size_allocate (widget, &allocation);
/* If the configure request changed, it means that